# Never copy these into the Docker build context.
# Most important: a host node_modules would clobber the Linux deps,
# and .env would leak secrets into the image.
node_modules
.next
.git
.gitignore
.env
.env*.local
*.db
/data
coverage
*.tsbuildinfo
npm-debug.log*
.DS_Store
